Package com.cisco.pt.ipc.sim.impl
Class NATListPoolImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.NATListImpl
com.cisco.pt.ipc.sim.impl.NATListPoolImpl
- All Implemented Interfaces:
IPCData,NATList,NATListPool
-
Field Summary
FieldsFields inherited from class com.cisco.pt.ipc.sim.impl.NATListImpl
aclId, isOverload -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.cisco.pt.ipc.sim.impl.NATListImpl
getAclId, getIsOverload, setAclId, setIsOverloadMethods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.sim.NATList
getAclId, getIsOverload, setAclId, setIsOverload
-
Field Details
-
pool
-
-
Constructor Details
-
NATListPoolImpl
public NATListPoolImpl()
-
-
Method Details
-
getPool
- Specified by:
getPoolin interfaceNATListPool- Returns:
- String Returns a String
-
setPool
- Specified by:
setPoolin interfaceNATListPool- Parameters:
pool- Takes in a parameter of pool
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Overrides:
readin classNATListImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-